home *** CD-ROM | disk | FTP | other *** search
/ Developer CD Series 1999 April: Mac OS SDK / Dev.CD Apr 99 SDK1.toast / Development Kits / Interfaces&Libraries / Universal / Interfaces / RIncludes / EPPC.r < prev    next >
Encoding:
Text File  |  1998-08-17  |  721 b   |  36 lines  |  [TEXT/MPS ]

  1. /*
  2.      File:        EPPC.r
  3.  
  4.      Contains:    High Level Event Manager Interfaces.
  5.  
  6.      Version:    Technology:    System 7.5
  7.                  Release:    Universal Interfaces 3.2
  8.  
  9.      Copyright:    © 1988-1998 by Apple Computer, Inc., all rights reserved
  10.  
  11.      Bugs?:        For bug reports, consult the following page on
  12.                  the World Wide Web:
  13.  
  14.                      http://developer.apple.com/bugreporter/
  15.  
  16. */
  17.  
  18. #ifndef __EPPC_R__
  19. #define __EPPC_R__
  20.  
  21. #ifndef __CONDITIONALMACROS_R__
  22. #include "ConditionalMacros.r"
  23. #endif
  24.  
  25.  
  26. /*----------------------------------------eppc -----------------------------------------*/
  27. type 'eppc' {
  28.     unsigned longint;    /* flags word    */
  29.     unsigned longint;    /* reserved     */
  30.     unsigned integer;    /* scriptCode    */
  31.     pstring[32];
  32. };
  33.  
  34. #endif /* __EPPC_R__ */
  35.  
  36.